/* ==========================================================================
   Global
   ========================================================================== */
html {
  font-size: 62.5%;
}

@media (max-width: 575px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section .p1 {
    --p1-font-size: 16px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .section .p1 {
    --p1-font-size: 24px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section .p1 {
    --p1-font-size: 28px;
  }
  .section .p2 {
    --p2-font-size: 16px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .section .p1 {
    --p1-font-size: 32px;
  }
  .section .p2 {
    --p2-font-size: 18px;
    --p2-font-margin-top: 6vh;
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}
a {
  color: #333;
}
a:hover {
  color: #0060af;
}
a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  max-width: 1440px;
  /*min-width: 980px; */
  _width: 1440px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .wrapper {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
}
header .wrapper {
  position: relative;
  z-index: 99;
}

.logo {
  width: 480px;
  height: 120px;
  overflow: hidden;
  line-height: 120px;
  position: absolute;
  left: 10px;
  top: 0;
}
.logo img {
  max-width: 100%;
}

.serchinco {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #cdcdcd;
  right: 80px;
  top: 45px;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 18px;
}
.serchinco:hover {
  color: #fff;
}

.serchincocur i {
  display: none;
}
.serchincocur {
  background: url(../images/inco_close.png) center no-repeat;
}

.globalsearch {
  display: none;
}
.globalsearch {
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #e0e0e0;
}
.globalsearch .warp {
  max-width: 1600px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
}
.globalsearch #q {
  float: left;
  border: 0 none;
  padding: 0 10px;
}
.globalsearch .inco {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.globalsearch #q {
  float: left;
  width: calc(100% - 100px);
  border: 0;
  font-size: 14px;
  color: #666;
}
.globalsearch .serbtn {
  float: right;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  padding-left: 10px;
}

.other-nav {
  position: absolute;
  right: 0;
  top: 48px;
}

.other-nav .global-link-hd {
  padding: 0 20px;
  height: 24px;
}
.other-nav .global-link-hd .globeinco {
  width: 24px;
  height: 24px;
  transition: background 0.5s;
  display: inline-block;
  background-position: top center;
}
.other-nav:hover .global-link-hd .globeinco {
  background-position: bottom center;
}

.other-nav .global-link-hd i {
  display: inline-block;
  color: #9b9b9b;
  margin-left: 3px;
  transform: translateY(1px);
  transition: transform 0.36s;
}

.other-nav:hover .global-link-hd i {
  transform: translateY(1px) rotate(180deg);
}

.other-nav .global-link {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  padding-top: 80px;
}

.other-nav .global-link:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -31px;
  border-top: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}

.other-nav .global-link .global-link-warp {
  box-sizing: border-box;
  width: 120px;
  margin-left: -48px;
  -webkit-animation: heightChange 0.2s linear;
  animation: heightChange 0.2s linear;
  transform-origin: top;
  text-align: left;
  line-height: 42px;
  padding: 20px;
  font-size: 14px;
  background: #fff;
}

.other-nav .global-link .global-link-warp a {
  color: #333;
  display: block;
  opacity: 0;
  -webkit-animation: fadeIn 0.3s linear 0.2s forwards;
  animation: fadeIn 0.3s linear 0.2s forwards;
  height: 40px;
  line-height: 40px;
}

.other-nav .global-link .global-link-warp a:hover {
  color: #0c4fa1;
  text-decoration: none;
}

.other-nav .global-link .global-link-warp a span {
  display: inline-block;
  position: relative;
}

.other-nav .global-link .global-link-warp a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.2s;
  height: 2px;
  width: 0;
  left: 0;
  background: #0c4fa1;
}

.other-nav .global-link .global-link-warp a:hover span::after {
  width: 100%;
}

.other-nav:hover .child-nav {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .other-nav .global-link {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .other-nav .global-link:after {
    margin-left: 0;
    left: auto;
    right: 25px;
  }
  .other-nav {
    right: 10px;
  }
  .globalsearch .warp {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 920px) {
  .serchinco {
    right: 48px;
    top: 0;
  }
  .globalsearch {
    top: 48px;
  }
  .logo,
  .toptel,
  .langbox,
  .envelope {
    display: none;
  }
  .topbar {
    height: 0;
  }
  .wxinco {
    display: none;
  }
  .serchinco {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 16px;
    text-align: center;
  }
  .serchinco span {
    display: none;
  }
  .gpdm p {
    display: inline-block;
    font-size: 14px;
  }
  .gpdm p.txt01 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .gpdm {
    margin-top: 10px;
    left: 100px;
    padding-left: 10px;
  }
  .other-nav {
    display: none;
  }
}

/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 16px;
}

.globalnav li {
  float: left;
}

.globalnav li a {
  display: block;
  color: #555;
  padding: 0 20px;
  font-size: 14px;
  line-height: 42px;
  font-family: microsoft yahei;
}

.globalnav .nav-sep {
  width: 2px;
  height: 42px;
  background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
  color: #024099;
}

.dropdown {
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 15px 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  top: 100%;
  min-width: 110px;
}

.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
  border-top-style: solid;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.dropdown a {
  white-space: nowrap;
  line-height: 40px;
  font-size: 16px;
  float: left;
  padding: 0;
  color: #fff;
  background: none;
  border-bottom: 0 none;
  width: 100%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 920px) {
  .dropdown a {
    /*    white-space: nowrap;*/
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  .dropdown {
    min-width: calc(100% - 40px);
    padding-top: 0;
  }
}

.dropdown a .fa {
  font-size: 12px;
  line-height: 30px;
  color: #ccc;
  padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
  color: #e4000b;
}

.hidden {
  display: none;
}

/* ==========================================================================
   banner
   ========================================================================== */
.intro {
  overflow: hidden;
  padding-top: 100px;
  height: calc(100% - 100px);
}

/* ==========================================================================
   section02
   ========================================================================== */

.section01.active,
.section02.active,
.section03.active,
.section04.active,
.section05.active,
.section06.active {
  background-size: 100% 100%;
}

.section01,
.section02,
.section04,
.section05,
.section06 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 110% 110%;
  transition: background 5s;
  padding-top: 15vh;
}

.section01 {
  text-align: center;
}

.section02 {
  background-image: url("../images/home-bg2.jpg");
}
.section04 {
  background-image: url("../images/home-bg4.jpg");
}
.section05 {
  background-image: url("../images/home-bg5.jpg");
}
.section06 {
  background-image: url("../images/home-bg6.jpg");
}

.home {
  color: #c2c2c2;
  background-color: #555;
}

.h {
  color: #e4000b;
}
.footer {
  color: #c2c2c2;
}

.footer .h {
  font-size: 20px;
}

.footer-contact,
.social-share-wrap {
  margin-bottom: 60px;
}

.footer-contact li {
  margin-bottom: 6px;
}

.footer-bd {
  font-size: 16px;
  margin-bottom: 60px;
}

.footer-bd-left {
  width: 52%;
  float: left;
}
.footer-bd-right {
  width: 28%;
  float: right;
}

.footer-ft a {
  color: #c2c2c2;
}

.footer-ft a:hover {
  text-decoration: underline;
}

.footer-contact h3,
.social-share-wrap h3,
.qrcode-title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
.qrcode-list::before {
  display: table;
  content: "";
}
.qrcode-list::after {
  display: table;
  clear: both;
  content: "";
}
.qrcode-list li {
  float: left;
  text-align: center;
  margin-right: 28px;
}
.ant-qrcode {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  width: 145px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ant-qrcode img {
  width: 100%;
  height: 100%;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
.footer-nav .fn-col-title {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.footer-nav .fn-col-title ::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background-color: #e4000b;
}
.footer-nav .fn-col-title a {
  color: #fff;
  transition: color 0.3s;
}
.footer-nav .fn-col-title a:hover {
  color: #e4000b;
}
.footer-nav .fn-col ul li {
  font-size: 16px;
  margin-bottom: 6px;
  padding-left: 12px;
}
.footer-nav .fn-col ul li a {
  color: #c2c2c2;
  transition: color 0.3s;
}
.footer-nav .fn-col ul li a:hover {
  color: #e4000b;
}

.footer .ant-divider-vertical {
  border-left-color: #c2c2c2;
}

.section04 .section-hd2 .more {
  display: none;
}
.section04 .col-left {
  width: 35%;
  margin-right: 5%;
}
.section04 .col-left .p1 {
}

.section04 .col-right {
  width: 60%;
}
.section04 .col-right .ant-col {
  width: 33.33%;
}
.section04 .item {
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40vh;
  font-size: 18px;
}

.news-list::before {
  display: table;
  content: "";
}
.news-list::after {
  display: table;
  clear: both;
  content: "";
}
.news-list-item {
  float: left;
  width: 25%;
}
.news-list-item-wrap {
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.news-list-item .date {
  margin: 0 0 20px;
  line-height: 1.1;
}
.news-list-item .date .day {
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px;
  transition: all 0.3s;
}

.news-list-item:hover .date .day {
  color: #e4000b;
}

.news-list-item .date .month {
  display: block;
  font-size: 16px;
  color: #c2c2c2;
  line-height: 1.2;
}
.news-list-item .cover {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.news-list-item .cover .placeholder-img {
  width: 100%;
}
.news-list-item .cover .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 2s;
  transition: all 0.5s;
}

.news-list-item:hover .cover .pic {
  transform: scale(1.1);
}

.news-list-item .title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  height: 54px;
  margin-bottom: 20px;
}
.news-list-item .desc {
  color: #c2c2c2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  margin: 20px 0;
  font-size: 16px;
}
.news-list-item .extra {
  color: #c2c2c2;
}

.news-list-item:hover .extra {
  color: #e4000b;
}

.news-list-item .extra .fa {
  font-size: 18px;
}

.section .section-hd2 {
  margin-bottom: 6vh;
}
.section .section-hd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section .section-hd .ant-divider-horizontal {
  width: 140px;
  min-width: 140px;
  border-color: #fff;
  margin: 0 40px;
}

.section .section-hd2 h2,
.section .section-hd h2 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

.more {
  padding: 10px 39px;
  font-size: 16px;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 30px;
  transition: all 0.3s;
}
.more:hover {
  color: #e4000b;
  border-color: #e4000b;
}

.section .p1 {
  color: #fff;
  font-size: var(--p1-font-size);
  font-weight: bold;
  white-space: nowrap;
}

.section .p2 {
  margin-top: var(--p2-font-margin-top);
  margin-bottom: var(--p2-font-margin-top);
  line-height: 2;
  font-size: var(--p2-font-size);
}

.video-item {
  position: relative;
  margin-bottom: 30px;
}
.video-item .video-cover {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.video-item .video-cover .placeholder-img {
  width: 100%;
}
.video-item .video-cover .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-item .video-play-icon {
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ctitle%3EPlay_40x40%3C%2Ftitle%3E%3Cpath%20d%3D%22M20%20.833a19.167%2019.167%200%201%200%2019.167%2019.167%2019.167%2019.167%200%200%200-19.167-19.167z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M20%202a18%2018%200%201%201-18%2018%2018.02%2018.02%200%200%201%2018-18m0-2a20%2020%200%201%200%2020%2020%2020%2020%200%200%200-20-20zm8.072%2020.9a1.671%201.671%200%200%201-.513.513l-9.99%206.357a1.671%201.671%200%200%201-2.569-1.413v-12.715a1.671%201.671%200%200%201%202.569-1.41l9.99%206.358a1.671%201.671%200%200%201%20.513%202.31z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: -50px 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* pointer-events: none; */
  z-index: 1;
}

.section02 .ant-statistic {
  padding-left: 20px;
  position: relative;
}

.section02 .ant-statistic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
  width: 4px;
  height: 76px;
  background-color: #e4000b;
}

.section02 .ant-statistic-title {
  margin: 0;
  color: #c2c2c2;
}

.section02 .ant-statistic-content {
  font-family: Arial, Helvetica, sans-serif;
}
.section02 .ant-statistic-content-value {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}
.section02 .ant-statistic-content-suffix {
  margin-left: 10px;
  font-size: 14px;
  color: #c2c2c2;
}

.section04 .list {
  color: #fff;
}

.section04 .list .icon {
  height: 100px;
  width: 100px;
  margin-bottom: 20%;
  transition-duration: 800ms;
  padding: 0;
}

.section04 .list li:hover .icon {
  transform: rotateY(360deg);
}

.pro-hd {
  position: absolute;
  left: 8%;
  top: 22vh;
  z-index: 4;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.pro-hd a {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.pro-list {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  /* fix 宽度变化时，desc的内容可能超过一屏，出现滚动条 */
  overflow-x: hidden;
}
.pro-list-item {
  width: 33.33%;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  height: 100vh;
  transition: all 0.5s;
  position: relative;
}
.pro-list-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.pro-list-item::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pro-list-item-title {
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 15vh;
  left: 0;
  padding-left: 46px;
  margin: 0;
  z-index: 3;
}
.pro-list-item-title::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 34px;
  background-color: #e4000b;
}
.pro-list-item-meta {
  display: none;
  position: absolute;
  z-index: 3;
  width: 68%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.pro-list-item-meta-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 12vh;
  position: relative;
}
.pro-list-item-meta-title::before,
.pro-list-item-meta-title::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #e4000b;
  bottom: -30px;
}
.pro-list-item-meta-title::before {
  width: 16.66%;
  height: 2px;
}
.pro-list-item-meta-title::after {
  width: 3.5%;
  height: 6px;
}
.pro-list-item-meta-desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8vh;
  /* fix 出现滚动条 */
  width: 30vw;
}
.pro-list-item-action {
  margin: 0;
  padding: 0;
  text-align: right;
}
.pro-list-item-action > li {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.pro-list-item.on {
  width: 50%;
}
.pro-list-item.on::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.pro-list-item.on .pro-list-item-bg {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.section01 img {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .about-mod {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 919px) {
  .footer-bd-left,
  .footer-bd-right {
    width: 100%;
  }
  .footer-bd {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .footer-contact,
  .social-share-wrap {
    margin-bottom: 30px;
  }

  .social-share-wrap {
    display: flex;
    align-items: center;
  }
  .social-share-wrap h3 {
    margin: 0 10px 0 0;
  }

  .footer-nav {
    margin-bottom: 30px;
    display: none;
  }

  .section01 {
    height: 50vh;
    display: flex;
    align-items: center;
  }
  .pro-hd {
    display: none;
  }
  .pro-list {
    flex-direction: column;
  }
  .pro-list-item {
    width: 100%;
    height: 50vh;
  }
  .pro-list-item::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .pro-list-item-title {
    display: none;
  }
  .pro-list-item-meta {
    display: block;
    z-index: 3;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pro-list-item-meta-title {
    font-size: 24px;
    margin-bottom: 6vh;
    text-align: center;
  }
  .pro-list-item-meta-title::before,
  .pro-list-item-meta-title::after {
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
  }
  .pro-list-item-meta-title::before {
    width: 30%;
  }
  .pro-list-item-meta-title::after {
    display: none;
  }
  .pro-list-item-meta-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6vh;
    /* fix 出现滚动条 */
    width: 100%;
  }
  .pro-list-item-action {
    text-align: center;
  }
  .more {
    font-size: 14px;
  }

  .section01,
  .section02,
  .section04,
  .section05,
  .section06 {
    padding: 5vh 0;
    box-sizing: border-box;
  }

  .section04 .col-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vh;
  }

  .section04 .col-right {
    width: 100%;
  }

  .section04 .list {
    margin-bottom: 30px;
  }

  .section04 .col-right .ant-col:first-child .item {
    border-left: 0 none;
  }

  .section04 .item {
    padding: 20px 10px;
    height: auto;
    font-size: 12px;
  }

  .section04 .list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .section04 .list .icon img {
    height: 60px;
    width: 60px;
  }
  .news-list-item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .news-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-list-item-wrap {
    border-left: 0 none;
    padding: 0;
  }

  .section02,
  .section05 {
    padding-top: 100px;
    position: relative;
  }

  .section .section-hd {
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 5vh;
    left: 0;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .section .section-hd2 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .section .section-hd .ant-divider-horizontal {
    display: none;
  }

  .section04 .more,
  .section .section-hd .more {
    padding: 0;
    font-size: 16px;
    border: 0 none;
    border-radius: 0;
  }

  .section04 .section-hd2 .more {
    display: block;
  }

  .section04 .more2 {
    display: none;
  }

  .news-list-item .extra {
    display: none;
  }
  .news-list-item .title {
    font-size: 16px;
    height: auto;
  }
  .news-list-item .date .day {
    font-size: 24px;
  }
  .news-list-item .date .month {
    font-size: 14px;
  }
  .section02 .ant-statistic {
    padding-left: 10px;
    height: 75px;
  }
  .section02 .ant-statistic-content-value {
    font-size: 28px;
  }
  .section02 .ant-statistic-content-suffix {
    margin-left: 4px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1400px) {
  .logo {
    width: 400px;
    height: 100px;
    line-height: 100px;
    margin-top: 10px;
  }
  #globalnav .gn-link {
    font-size: 16px;
  }
  #globalnav .gn-list {
    margin-right: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .logo {
    width: 360px;
    height: 90px;
    line-height: 90px;
    margin-top: 15px;
  }

  #globalnav .gn-list {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1100px) {
  .logo {
    width: 280px;
    height: 70px;
    line-height: 70px;
    margin-top: 25px;
  }
  #globalnav .gn-link {
    font-size: 14px;
  }
  #globalnav .gn-list {
    margin-right: 20px;
  }
}

.float-btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  border: none;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  inset-inline-end: 24px;
  inset-block-end: 48px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.float-btn-content {
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
}
.float-btn-icon {
  text-align: center;
  margin: auto;
  width: 18px;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.88);
}
